Skip to content

chore(deps): update python-nonmajor#1404

Open
renovate-bot wants to merge 1 commit into
GoogleCloudPlatform:mainfrom
renovate-bot:renovate/python-nonmajor
Open

chore(deps): update python-nonmajor#1404
renovate-bot wants to merge 1 commit into
GoogleCloudPlatform:mainfrom
renovate-bot:renovate/python-nonmajor

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

@renovate-bot renovate-bot commented Apr 19, 2026

This PR contains the following updates:

Package Change Age Confidence
PyMySQL (changelog) ==1.1.2==1.2.0 age confidence
certifi ==2026.2.25==2026.4.22 age confidence
filelock ==3.28.0==3.29.0 age confidence
google-auth ==2.49.2==2.53.0 age confidence
packaging ==26.1==26.2 age confidence
virtualenv ==21.2.4==21.3.3 age confidence

Release Notes

PyMySQL/PyMySQL (PyMySQL)

v1.2.0

Compare Source

Release date: 2026-05-19

Breaking changes
  • Connection.ping() change the default to not reconnect and deprecate reconnect argument.
    Create a new connection if you want to reconnect. (#​1241)

  • Error classes in Cursor class are removed. (#​1240)

  • connect() arguments db and passwd now emit DeprecationWarning.
    Use database and password instead. (#​1240)

  • Reorganize TLS connection behavior.

    • PyMySQL uses TLS by default when server supports it.
      Use ssl_disabled=True to prohibit SSL. (#​1213)

    • When ssl_verify_cert=True, ssl_verify_identity=True, an ssl.SSLContext is passed,
      or when any other SSL option is configured, the connection requires SSL and raises
      OperationalError (CR_SSL_CONNECTION_ERROR) if the server doesn't support it. (#​1234)

Other changes
  • Support MySQL 8 row/column alias syntax in executemany INSERT regex. (#​1235)
  • Expose SQLSTATE on MySQL protocol exceptions without changing exception formatting. (#​1236)
  • Reject non-finite decimal.Decimal query parameters (NaN, sNaN, ±Infinity). (#​1237)
  • Connection.set_charset(charset) now emits DeprecationWarning.

v1.1.3

Compare Source

Release date: 2026-05-01

Security
  • Fix Cursor.callproc() didn't escape procedure name. (#​1206)
    There was a possibility of SQL injection when calling a procedure with a string received from an untrusted source as the procedure name.

    NOTICE: This change may cause backward compatibility issues. If you specified a procedure name like "dbname.funcname", the previous version called CALL dbname.funcname, but from this version, it will call CALL `dbname.funcname` so you cannot specify procedure name with database name anymore.

certifi/python-certifi (certifi)

v2026.4.22

Compare Source

tox-dev/py-filelock (filelock)

v3.29.0

Compare Source

What's Changed

Full Changelog: tox-dev/filelock@3.28.0...3.29.0

pypa/packaging (packaging)

v26.2

Compare Source

What's Changed

Fixes:

Documentation:

Internal:

New Contributors

Full Changelog: pypa/packaging@26.1...26.2

pypa/virtualenv (virtualenv)

v21.3.3

Compare Source

What's Changed

Full Changelog: pypa/virtualenv@21.3.2...21.3.3

v21.3.2

Compare Source

What's Changed

Full Changelog: pypa/virtualenv@21.3.1...21.3.2

v21.3.1

Compare Source

What's Changed

Full Changelog: pypa/virtualenv@21.3.0...21.3.1

v21.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: pypa/virtualenv@21.2.4...21.3.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested a review from a team as a code owner April 19, 2026 18:43
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Apr 19, 2026

/gcbrun

@renovate-bot renovate-bot changed the title chore(deps): update dependency filelock to v3.29.0 chore(deps): update python-nonmajor Apr 21, 2026
@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from c7e4a70 to 5b69235 Compare April 21, 2026 18:41
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Apr 21, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from 5b69235 to e7dec05 Compare April 22, 2026 18:14
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Apr 22, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from e7dec05 to 41aea4f Compare April 24, 2026 22:49
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Apr 24, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from 41aea4f to 1051bcf Compare April 27, 2026 20:05
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Apr 27, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from 1051bcf to 70e5ac7 Compare May 1, 2026 00:11
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented May 1, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from 70e5ac7 to 0960e8a Compare May 1, 2026 15:50
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented May 1, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from 0960e8a to 56f7e86 Compare May 5, 2026 03:28
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented May 5, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from 56f7e86 to add429f Compare May 7, 2026 11:37
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented May 7, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from add429f to 191ea3d Compare May 7, 2026 17:33
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented May 7, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from 191ea3d to babc252 Compare May 7, 2026 23:15
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented May 7, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from babc252 to 209ac5d Compare May 8, 2026 23:16
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented May 8, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from 209ac5d to aab8910 Compare May 10, 2026 22:26
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented May 10, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from aab8910 to 59a89d8 Compare May 11, 2026 19:36
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented May 11, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from 59a89d8 to 12eda95 Compare May 12, 2026 15:45
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented May 12, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from 12eda95 to 9488751 Compare May 12, 2026 16:54
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented May 12, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from 9488751 to 1d5a1d9 Compare May 12, 2026 23:10
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented May 12, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from 1d5a1d9 to 1a9318d Compare May 13, 2026 18:52
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented May 13, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from 1a9318d to 17c72c9 Compare May 15, 2026 22:47
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented May 15, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from 17c72c9 to e8953b6 Compare May 19, 2026 13:58
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented May 19, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from e8953b6 to 382f453 Compare May 19, 2026 22:47
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented May 19, 2026

/gcbrun

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants